FLATPAK REMOTE-INFO(1) | flatpak remote-info | FLATPAK REMOTE-INFO(1) |
NAME¶
flatpak-remote-info - Show information about an application or runtime in a remote
SYNOPSIS¶
flatpak remote-info [OPTION...] REMOTE REF
DESCRIPTION¶
Shows information about the runtime or application REF from the remote repository with the name REMOTE. You can find all configured remote repositories with flatpak remotes.
By default, the output is formatted in a friendly format. If you specify one of the --show-... options, the output is instead formatted in a machine-readable format.
Unless overridden with the --system, --user, or --installation options, this command uses either the default system-wide installation or the per-user one, depending on which has the specified REMOTE.
OPTIONS¶
The following options are understood:
-h, --help
--user
--system
--installation=NAME
--cached
--runtime
--app
--arch=ARCH
--commit=COMMIT
--log
-r, --show-ref
-c, --show-commit
-p, --show-parent
-m, --show-metadata
-v, --verbose
--ostree-verbose
EXAMPLES¶
$ flatpak --user remote-info flathub org.gnome.gedit
Ref: app/org.gnome.gedit/x86_64/stable ID: org.gnome.gedit Arch: x86_64 Branch: stable Date: 2017-07-31 16:05:22 +0000 Subject: Build org.gnome.gedit at 3ec291fc1ce4d78220527fa79576f4cc1481ebe5 Commit: 3de7e9dde3bb8382aad9dfbbff20eccd9bf2100bc1887a3619ec0372e8066bf7 Parent: - Download size: 3,4 MB Installed size: 11,1 MB Runtime: org.gnome.Platform/x86_64/3.24
SEE ALSO¶
flatpak |